Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public PDFObject Parent { set; }
Visual Basic
Public WriteOnly Property Parent As PDFObject
	Set
Visual C++
public:
property PDFObject^ Parent {
	void set (PDFObject^ value);
}

See Also