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