Controls if the calculated size of the document is set in document

Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0

Syntax

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

Property Value

Type: Boolean

See Also