AliasStructureDataLength Property |
Gets the exact data length in bytes.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructuresAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic int DataLength { get; }
Public ReadOnly Property DataLength As Integer
Get
public:
property int DataLength {
int get ();
}
member DataLength : int with get
Property Value
Type:
Int32
The data length in bytes.
See Also