Class XmpThumbnailStruct
Xmp Thumbnail Structure.
Inherited Members
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.NET.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
StructureURI
Gets name pf the structure.
Declaration
protected override string StructureURI { get; }
Property Value
Type |
---|
System.String |
Overrides
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()