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

Syntax

C#
public PDFVersion Version { get; set; }
Visual Basic
Public Property Version As PDFVersion
	Get
	Set
Visual C++
public:
property PDFVersion Version {
	PDFVersion get ();
	void set (PDFVersion value);
}

See Also