O2S.Components.PDF4NET.Render Documentation
PDFLayerRenderTarget Enumeration



O2S.Components.PDF4NET.Rendering Namespace : PDFLayerRenderTarget Enumeration
Specifies the supported options for handling layer visibility when converting PDF pages to images.
Syntax
'Declaration
 
Public Enum PDFLayerRenderTarget 
   Inherits System.Enum
'Usage
 
Dim instance As PDFLayerRenderTarget
public enum PDFLayerRenderTarget : System.Enum 
public enum class PDFLayerRenderTarget : public System.Enum 
Members
MemberDescription
AllContent All page content is rendered no matter the layers visibility status.
Export Only the layers that can be exported are included in the rendered content.
Print Only the layers that can be printed are included in the rendered content.
View Only the layers that can be viewed are included in the rendered content.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDF4NET.Rendering.PDFLayerRenderTarget

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

O2S.Components.PDF4NET.Rendering Namespace