PdfDocumentControlResizePageWidth Property
When this property is true and both
FitPageWidth and
FitPageHeight are false the PDF page width can be resized
to display the whole content without scaling. This property is true by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool ResizePageWidth { get; set; }
Public Property ResizePageWidth As Boolean
Get
Set
public:
property bool ResizePageWidth {
bool get ();
void set (bool value);
}
member ResizePageWidth : bool with get, set
Property Value
Boolean