Click or drag to resize

PdfLayerCollection Properties

The PdfLayerCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets the number of pdf layers contained.
Public property Item Int32
Get the pdf layer of the index.
Public property Item String
Get the pdf layer of name. Notice: Pdf layer name may be is not unique. If exist duplication of name,return first pdf layer of name. If not exist pdf layer of name,return null;
Top
See Also