This documentation is for the old version. Go to the latest Graphics Mill docs

AdobeResourceBlock.Data Property

Gets/sets the data of the Adobe® image resource block referred to by Pointer.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property Data As Byte()
C#
public byte[] Data { get; set; }

Property Value

Data of the Adobe® image resource block referred to by Pointer.

Remarks

Note

No internal binary data validation is performed during encoding so user is responsible for providing correctly filled AdobeResourceDictionary class instance. Files which have been saved with incorrect Adobe® image resource blocks can produce errors during opening or processing in Adobe® applications.

See Also

Reference