1. GroupDocs.Conversion
  2. /
  3. GroupDocs.Conversion for .NET
  4. /
  5. GroupDocs.Conversion.Options.Load
  6. /
  7. IMetadataLoadOptions

IMetadataLoadOptions

IMetadataLoadOptions interface

Options to control metadata in the converted document.

public interface IMetadataLoadOptions

Properties

Name Description
ClearBuiltInDocumentProperties { get; set; } Removes built-in metadata properties from the document.
ClearCustomDocumentProperties { get; set; } Removes custom metadata properties from the document.

See Also