O2S.Components.PDF4NET.Render Documentation
OutputImageSize Property



O2S.Components.PDF4NET.Rendering Namespace > PDFRendererSettings Class : OutputImageSize Property
Gets or sets the size of the output image.
Syntax
'Declaration
 
Public Property OutputImageSize As O2S.Components.PDF4NET.Graphics.PDFSize
'Usage
 
Dim instance As PDFRendererSettings
Dim value As O2S.Components.PDF4NET.Graphics.PDFSize
 
instance.OutputImageSize = value
 
value = instance.OutputImageSize
public O2S.Components.PDF4NET.Graphics.PDFSize OutputImageSize {get; set;}
public:
property O2S.Components.PDF4NET.Graphics.PDFSize^ OutputImageSize {
   O2S.Components.PDF4NET.Graphics.PDFSize^ get();
   void set (    O2S.Components.PDF4NET.Graphics.PDFSize^ value);
}

Property Value

A O2S.Components.PDF4NET.Graphics.PDFSize object specifying the size of the output image.
Remarks
By default the size of the output image is determined by the DpiX and DpiY properties. When this property is set, the DpiX and DpiY properties are ignored.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PDFRendererSettings Class
PDFRendererSettings Members