'Declaration Public Property FillColorSpace As Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfColorSpace
public Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfColorSpace FillColorSpace { get; set; }
public: __property Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfColorSpace* get_FillColorSpace(); public: __property void set_FillColorSpace(
Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfColorSpace* value
);
public:
property Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfColorSpace^ FillColorSpace { Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfColorSpace^ get(); void set(Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfColorSpace^ value); }