O2S.Components.PDF4NET.Render Documentation
RenderingSurface Property



O2S.Components.PDF4NET.Rendering Namespace > PDFRendererSettings Class : RenderingSurface Property
Gets or sets the rendering surface.
Syntax
'Declaration
 
Public Property RenderingSurface As PDFRenderingSurface
'Usage
 
Dim instance As PDFRendererSettings
Dim value As PDFRenderingSurface
 
instance.RenderingSurface = value
 
value = instance.RenderingSurface
public PDFRenderingSurface RenderingSurface {get; set;}
public:
property PDFRenderingSurface^ RenderingSurface {
   PDFRenderingSurface^ get();
   void set (    PDFRenderingSurface^ value);
}

Property Value

The surface on which the PDF page is rendered.
Remarks
If no rendering surface is provided a default RGBA surface is created.
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