'Declaration Public Function RemoveXObjects( _
ByVal ParamArray xObjectsXObjects, которые нужно удалить.() As Vintasoft.Imaging.Pdf.Content.PdfContentXObject _
) As Boolean
public bool RemoveXObjects(
params Vintasoft.Imaging.Pdf.Content.PdfContentXObject[] xObjects
)
public: bool RemoveXObjects(
params Vintasoft.Imaging.Pdf.Content.PdfContentXObject*[]* xObjects
)
public:
bool RemoveXObjects(
... array<Vintasoft.Imaging.Pdf.Content.PdfContentXObject^>^ xObjects
)
Parameters
- xObjects
- XObjects, которые нужно удалить.
Return Value
True - XObjects успешно удалены; в противном случае - false.