PdfDocumentPageMode Property |
(Optional) Gets or sets the value specifying how the document shall be displayed when opened.
Default value: UseNone.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public PdfPageMode PageMode { get; set; }
Public Property PageMode As PdfPageMode
Get
Set
Property Value
PdfPageMode
The value specifying how the document shall be displayed when opened.
See Also