API Reference
Class
PdfLayerOptions
Controls viewer, print, export, and locking behavior for generated optional content.
Inheritance
- Object
- PdfLayerOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method PdfDocument.Layer
- Method PdfItemCompose.Layer
Constructors
public PdfLayerOptions() #Inherited Methods
Properties
public Boolean InitiallyVisible { get; set; } #Whether the layer is visible in the default configuration.
public Boolean Locked { get; set; } #Whether compatible viewers should prevent users from toggling the layer.
public Boolean VisibleInViewer { get; set; } #Whether the layer is intended to be visible on screen.
public Boolean VisibleWhenPrinting { get; set; } #Whether the layer is intended to be visible when printed.
public Boolean VisibleWhenExporting { get; set; } #Whether the layer is intended to be visible when exported.