TiffOptionsIccProfile Property |
Gets the icc profile stream.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic MemoryStream IccProfile { get; }
Public ReadOnly Property IccProfile As MemoryStream
Get
public:
property MemoryStream^ IccProfile {
MemoryStream^ get ();
}
member IccProfile : MemoryStream with get
Property Value
Type:
MemoryStream
The icc profile.
See Also