'Declaration Public Overloads Sub SetXObjectResource( _
ByVal xObjectThe content XObject, which should be changed.As PdfContentXObject, _
ByVal resourceThe resource, which should be in xObject.As Vintasoft.Imaging.Pdf.Tree.PdfResource _
)
public void SetXObjectResource(
PdfContentXObject xObject,
Vintasoft.Imaging.Pdf.Tree.PdfResource resource
)
public: void SetXObjectResource(
PdfContentXObject* xObject,
Vintasoft.Imaging.Pdf.Tree.PdfResource* resource
)
public:
void SetXObjectResource(
PdfContentXObject^ xObject,
Vintasoft.Imaging.Pdf.Tree.PdfResource^ resource
)
Parameters
- xObject
- The content XObject, which should be changed.
- resource
- The resource, which should be in xObject.