Skip to content

Latest commit

 

History

History
 
 

EnumerateLayers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Enumerate layers

This samples shows how to access and enumerate collection of PDF document layers (also known as optional content groups).

Use PdfDocument.Layers property to access teh collection of document layers. This collection is enumerable. Each item in the collection is a PdfLayer onject. The PdfLayer object can be used to access layer properties like name, visibility state and intents.