PdfLayer.GetIntents Method

Gets the array of this layer intents (intended uses of the graphics in the layer).

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

Syntax

C#
public PdfLayerIntent[] GetIntents()
VB
Public Function GetIntents As PdfLayerIntent()

Return Value

Type: PdfLayerIntent[]
The array of this layer intents (intended uses of the graphics in the layer).

See Also