VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / NonFullScreenPageMode Property
Syntax Remarks Requirements SeeAlso
In This Topic
    NonFullScreenPageMode Property (PdfDocumentViewerPreferences)
    In This Topic
    Gets or sets the document's page mode, specifying how to display the document on exiting full-screen mode.
    Syntax
    '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

    Default value is PdfDocumentViewMode.UseNone.
    Remarks

    This property is meaningful only if value of the DocumentViewMode property is PdfDocumentViewMode.FullScreen; otherwise, property value is ignored.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also