DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias MetadataUserProp

    Represents a custom metadata property.

    type MetadataUserProp = {
        name: string;
        namespace: UserPropNamespace;
        value?: string;
    }
    Index

    Properties

    Properties

    name: string

    The property name.

    The XML namespace.

    value?: string

    The property value.