XFINIUM.PDF Documentation
OriginalColorSpaceID Property



Xfinium.Pdf.Graphics.Operators Namespace > PdfBeginImageDataOperator Class : OriginalColorSpaceID Property
Gets or sets the original colorspace ID.
Syntax
'Declaration
 
Public Property OriginalColorSpaceID As PdfCosName
'Usage
 
Dim instance As PdfBeginImageDataOperator
Dim value As PdfCosName
 
instance.OriginalColorSpaceID = value
 
value = instance.OriginalColorSpaceID
public PdfCosName OriginalColorSpaceID {get; set;}
public:
property PdfCosName^ OriginalColorSpaceID {
   PdfCosName^ get();
   void set (    PdfCosName^ value);
}

Property Value

The original colorspace id.
Remarks
If the image uses a colorspace form /Resources/ColorSpace then the /Name reference is replaced by the actual colorspace object. If the colorspace object includes indirect references then the embedded image will not be saved correctly
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfBeginImageDataOperator Class
PdfBeginImageDataOperator Members