Gets or sets the size of the ICC Profile.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Size As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccHeader
Dim value As Integer
instance.Size = value
value = instance.Size
|
C# | |
---|
public int Size {get; set;} |
C++/CLI | |
---|
public:
property int Size {
int get();
void set (int value);
} |
Return Value
A value that indicates the size of the ICC profile in bytes.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also