'Declaration Public Overloads Sub SetXObjectResource( _
ByVal xObjectThe content XObject, which should be changed and/or transformed.As PdfContentXObject, _
ByVal newResourceThe resource, which should be in xObject.As Vintasoft.Imaging.Pdf.Tree.PdfResource, _
ByVal transformThe transformation, which should be applied to the xObject.As Vintasoft.Imaging.AffineMatrix _
)
public void SetXObjectResource(
PdfContentXObject xObject,
Vintasoft.Imaging.Pdf.Tree.PdfResource newResource,
Vintasoft.Imaging.AffineMatrix transform
)
public: void SetXObjectResource(
PdfContentXObject* xObject,
Vintasoft.Imaging.Pdf.Tree.PdfResource* newResource,
Vintasoft.Imaging.AffineMatrix* transform
)
public:
void SetXObjectResource(
PdfContentXObject^ xObject,
Vintasoft.Imaging.Pdf.Tree.PdfResource^ newResource,
Vintasoft.Imaging.AffineMatrix^ transform
)