PdfArrayClone(Boolean) Method |
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public PdfArray Clone(
bool shallowIndirect
)
Public Function Clone (
shallowIndirect As Boolean
) As PdfArray
Parameters
- shallowIndirect Boolean
- if set to descendant PdfIndirectObjects won't be cloned.
Return Value
PdfArray
A deep clone of the
PdfArray.
See Also