Namespace: BitMiracle.Docotic.Pdf
public class XmpMetadata
Public Class XmpMetadata
The XmpMetadata type exposes the following members.
Name | Description | |
---|---|---|
![]() | Basic |
Gets the XMP schema for properties that provide basic descriptive information.
|
![]() | Custom |
Gets the XMP schema for custom (application-defined) properties.
|
![]() | DublinCore |
Gets the XMP schema for a set of commonly used properties.
|
![]() | MediaManagement |
Gets the XMP schema for a set of properties that are primarily for use by
digital asset management (DAM) systems.
|
![]() |
Gets the XMP schema for Adobe PDF file properties.
| |
![]() | RightsManagement |
Gets the XMP schema that includes properties related to rights management.
|
![]() | Schemas |
Gets the collection of XMP schemas that are not well-known to the library.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsEqualTo(Stream) |
Checks if this metadata is equal to the metadata in the specified stream.
|
![]() | IsEqualTo(String) |
Checks if this metadata is equal to the metadata in the specified file.
|
![]() | IsEqualTo(XmpMetadata) |
Checks if this metadata is equal to another one.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Save(Stream) |
Saves this metadata to the specified stream.
|
![]() | Save(String) |
Saves this metadata to the specified file.
|
![]() | ShouldBeEmbedded |
Checks if the metadata should be embedded when saving the document.
|
![]() | ToString | (Inherited from Object.) |
![]() | Unembed |
Detaches the XMP metadata embedded in the document from its catalog and clears all
properties in all schemas.
|