VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / DefaultResolution Property
Syntax Requirements SeeAlso
In This Topic
    DefaultResolution Property (PdfPage)
    In This Topic
    Gets or sets the default rendering resolution, in dpi, of this page.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The default rendering resolution, in dpi, of this page.")>
    Public Property DefaultResolution As Vintasoft.Imaging.Resolution
    
    
    [Description("The default rendering resolution, in dpi, of this page.")]
    public Vintasoft.Imaging.Resolution DefaultResolution { get; set; }
    
    
    [Description("The default rendering resolution, in dpi, of this page.")]
    public: __property Vintasoft.Imaging.Resolution get_DefaultResolution();
    public: __property void set_DefaultResolution(
    Vintasoft.Imaging.Resolution value
    );
    [Description("The default rendering resolution, in dpi, of this page.")]
    public:
    property Vintasoft.Imaging.Resolution DefaultResolution { Vintasoft.Imaging.Resolution get(); void set(Vintasoft.Imaging.Resolution value); }

    Property Value

    Resolution of the image if page contains the single image on the page; otherwise, 96.
    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