PdfLayerCollection Properties |
The PdfLayerCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of pdf layers contained.
|
![]() |
Item Int32 |
Get the pdf layer of the index.
|
![]() |
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;
|