'Declaration <DefaultValueAttribute(UseNone)> <DescriptionAttribute("The document's page mode, specifying how to display the document on exiting full-screen mode.")> Public Property NonFullScreenPageMode As Vintasoft.Imaging.Pdf.PdfDocumentViewMode
[DefaultValue(UseNone)] [Description("The document's page mode, specifying how to display the document on exiting full-screen mode.")] public Vintasoft.Imaging.Pdf.PdfDocumentViewMode NonFullScreenPageMode { get; set; }
[DefaultValue(UseNone)] [Description("The document's page mode, specifying how to display the document on exiting full-screen mode.")] public: __property Vintasoft.Imaging.Pdf.PdfDocumentViewMode get_NonFullScreenPageMode(); public: __property void set_NonFullScreenPageMode(
Vintasoft.Imaging.Pdf.PdfDocumentViewMode value
);
[DefaultValue(UseNone)] [Description("The document's page mode, specifying how to display the document on exiting full-screen mode.")] public:
property Vintasoft.Imaging.Pdf.PdfDocumentViewMode NonFullScreenPageMode { Vintasoft.Imaging.Pdf.PdfDocumentViewMode get(); void set(Vintasoft.Imaging.Pdf.PdfDocumentViewMode value); }
Property Value
Значение по умолчанию - PdfDocumentViewMode.UseNone.