Removes metadata properties.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void Clear(
bool customOnly
)
VB
Public Sub Clear (
customOnly As Boolean
)
Parameters
- customOnly
- Type: System.Boolean
if set to true then only custom properties will be
removed; otherwise all properties will be removed.
See Also