'Declaration Public Property FormXObject As Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource
public Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource FormXObject { get; set; }
public: __property Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource* get_FormXObject(); public: __property void set_FormXObject(
Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource* value
);
public:
property Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource^ FormXObject { Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource^ get(); void set(Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource^ value); }