ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.PagedText Namespace / ImGearPagedTextXMPMetadata Class / PlateNames Property




In This Topic
    PlateNames Property
    In This Topic
    Gets or sets PlateNames property of the Paged Text XMP schema. This XMP property specifies ordered array of plate names that are needed to print the document (including any in contained documents).
    Syntax
    'Declaration
     
    Public Property PlateNames As ImGearXMPSeq(Of ImGearXMPString)
    'Usage
     
    Dim instance As ImGearPagedTextXMPMetadata
    Dim value As ImGearXMPSeq(Of ImGearXMPString)
     
    instance.PlateNames = value
     
    value = instance.PlateNames
    public ImGearXMPSeq<ImGearXMPString> PlateNames {get; set;}
    public: __property ImGearXMPSeq<ImGearXMPString*>* get_PlateNames();
    public: __property void set_PlateNames( 
       ImGearXMPSeq<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPSeq<ImGearXMPString^>^ PlateNames {
       ImGearXMPSeq<ImGearXMPString^>^ get();
       void set (    ImGearXMPSeq<ImGearXMPString^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
    See Also