'Declaration Public Function RemoveXObject( _
ByVal xObjectThe XObject to remove.As Vintasoft.Imaging.Pdf.Content.PdfContentXObject _
) As Boolean
public bool RemoveXObject(
Vintasoft.Imaging.Pdf.Content.PdfContentXObject xObject
)
public: bool RemoveXObject(
Vintasoft.Imaging.Pdf.Content.PdfContentXObject* xObject
)
public:
bool RemoveXObject(
Vintasoft.Imaging.Pdf.Content.PdfContentXObject^ xObject
)
Parameters
- xObject
- The XObject to remove.
Return Value
True - XObject is removed successfully; otherwise, false.