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