'Declaration <DescriptionAttribute("The document's page mode, specifying how to display the document on exiting full-screen mode.")> <DefaultValueAttribute(UseNone)> Public Property NonFullScreenPageMode As Vintasoft.Imaging.Pdf.PdfDocumentViewMode
[Description("The document's page mode, specifying how to display the document on exiting full-screen mode.")] [DefaultValue(UseNone)] public Vintasoft.Imaging.Pdf.PdfDocumentViewMode NonFullScreenPageMode { get; set; }
[Description("The document's page mode, specifying how to display the document on exiting full-screen mode.")] [DefaultValue(UseNone)] public: __property Vintasoft.Imaging.Pdf.PdfDocumentViewMode get_NonFullScreenPageMode(); public: __property void set_NonFullScreenPageMode(
Vintasoft.Imaging.Pdf.PdfDocumentViewMode value
);
[Description("The document's page mode, specifying how to display the document on exiting full-screen mode.")] [DefaultValue(UseNone)] public:
property Vintasoft.Imaging.Pdf.PdfDocumentViewMode NonFullScreenPageMode { Vintasoft.Imaging.Pdf.PdfDocumentViewMode get(); void set(Vintasoft.Imaging.Pdf.PdfDocumentViewMode value); }
Property Value
Default value is PdfDocumentViewMode.UseNone.