PdfDocumentControlPostCardMode Property
When this property is true the generated PDF document will have only one page
to display the whole content without scaling. This property is false by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool PostCardMode { get; set; }
Public Property PostCardMode As Boolean
Get
Set
public:
property bool PostCardMode {
bool get ();
void set (bool value);
}
member PostCardMode : bool with get, set
Property Value
Boolean