Method ShouldBeEmbedded
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ShouldBeEmbedded()
Checks if the metadata should be embedded when saving the document.
public bool ShouldBeEmbedded()
Returns
- bool
true
if the metadata should be embedded; otherwisefalse
.
Remarks
The metadata should be embedded if there was some metadata in the source document. It should also be embedded if you add or change any metadata properties.
You can remove XMP metadata from the document using the Unembed() method.