menu

Document Processing

XmpThumbnailStruct Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    XmpThumbnailStruct Class

    Xmp Thumbnail Structure.

    Inheritance
    System.Object
    XmpEntityBase
    XmpType
    XmpStructure
    XmpThumbnailStruct
    Inherited Members
    XmpEntityBase.EntityName
    XmpEntityBase.EntityNamespaceURI
    XmpEntityBase.EntityParent
    XmpEntityBase.EntityPrefix
    XmpEntityBase.Exists
    XmpEntityBase.Initialize()
    XmpEntityBase.SuspendInitialization
    XmpEntityBase.XmlData
    XmpStructure.CheckIfExists()
    XmpStructure.CreateArray(String, XmpArrayType)
    XmpStructure.CreateEntity()
    XmpStructure.CreateSimpleProperty(String)
    XmpStructure.CreateSimpleProperty(String, XmlNode)
    XmpStructure.CreateStructureContent()
    XmpStructure.GetArray(String, XmpArrayType)
    XmpStructure.GetEntityXml()
    XmpStructure.GetSimpleProperty(String)
    XmpStructure.GetSimpleProperty(String, XmlNode)
    XmpStructure.GetSuspend()
    XmpStructure.InnerXmlData
    XmpType.Xmp
    Namespace: Syncfusion.Pdf.Xmp
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class XmpThumbnailStruct : XmpStructure

    Properties

    Format

    Gets or sets the format.

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    The format.

    Height

    Gets or sets the height.

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    The height.

    Image

    Gets or sets the thumbnail image (pixel data only) converted to base 64 notation.

    Declaration
    public byte[] Image { get; set; }
    Property Value
    Type Description
    System.Byte[]

    The image.

    StructurePrefix

    Gets prefix of the structure.

    Declaration
    protected override string StructurePrefix { get; }
    Property Value
    Type
    System.String
    Overrides
    XmpStructure.StructurePrefix

    StructureURI

    Gets name pf the structure.

    Declaration
    protected override string StructureURI { get; }
    Property Value
    Type
    System.String
    Overrides
    XmpStructure.StructureURI

    Width

    Gets or sets the width.

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single

    The width.

    Methods

    InitializeEntities()

    Initializes.

    Declaration
    protected override void InitializeEntities()
    Overrides
    XmpStructure.InitializeEntities()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved