'Declaration
Public Enum PDFLayerRenderTarget Inherits System.Enum
'Usage
Dim instance As PDFLayerRenderTarget
public enum PDFLayerRenderTarget : System.Enum
public enum class PDFLayerRenderTarget : public System.Enum
'Declaration
Public Enum PDFLayerRenderTarget Inherits System.Enum
'Usage
Dim instance As PDFLayerRenderTarget
public enum PDFLayerRenderTarget : System.Enum
public enum class PDFLayerRenderTarget : public System.Enum
Member | Description |
---|---|
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. |
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. |
System.Object
System.ValueType
System.Enum
O2S.Components.PDF4NET.Rendering.PDFLayerRenderTarget
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