 | PdfDocumentPagesMode Property |
Gets the document's PageMode(How the document should be displayed when opened)
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PageModes PagesMode { get; }Public ReadOnly Property PagesMode As PageModes
Get
public:
property PageModes PagesMode {
PageModes get ();
}member PagesMode : PageModes with get
/** @property */
public PageModes get_PagesMode()
function get_PagesMode();
Return Value
PageModesThe flags for page mode.
See Also