Struct BaseTextItemHandler.TextImageData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public struct TextImageData
Fields
CacheFileId
Declaration
public string CacheFileId
Field Value
| Type | Description |
|---|---|
| System.String |
ImageBitmap
Declaration
public Bitmap ImageBitmap
Field Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.Bitmap |
IsLargeBitmap
Declaration
public bool IsLargeBitmap
Field Value
| Type | Description |
|---|---|
| System.Boolean |
TextCropped
Declaration
public bool? TextCropped
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |