PdfLayerIntent Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfLayerIntent Enumeration
Specifies names of recognizable layer intents.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfLayerIntent
VB
Public Enumeration PdfLayerIntent

Members

  Member nameValueDescription
View0 A layer with View intent is intended for interactive use by document consumers.
Design1 A layer with Design intent is intended to represent a document designer's structural organization of artwork.

See Also