VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / HasDefaultResolution Property
Syntax Requirements SeeAlso
In This Topic
    HasDefaultResolution Property (PdfPage)
    In This Topic
    Gets a value indicating whether this PDF page has the default resolution.
    Syntax
    'Declaration
    
    Public ReadOnly Property HasDefaultResolution As Boolean
    
    
    public bool HasDefaultResolution { get; }
    
    
    public: __property bool get_HasDefaultResolution();
    
    
    
    public:
    property bool HasDefaultResolution { bool get(); }

    Property Value

    True if this PDF page has the default resolution; otherwise, false.
    Requirements

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

    See Also