Skip to content

PDFLayerRenderTarget

Namespace: O2S.Components.PDF4NET.Rendering

Specifies the supported options for handling layer visibility when converting PDF pages to images.

public enum PDFLayerRenderTarget

Inheritance ObjectValueTypeEnumPDFLayerRenderTarget
Implements

Fields

Name Value Description
AllContent 0 All page content is rendered no matter the layers visibility status.
View 1 Only the layers that can be viewed are included in the rendered content.
Print 2 Only the layers that can be printed are included in the rendered content.
Export 3 Only the layers that can be exported are included in the rendered content.