'Declaration Public Overrides Function CanApplyTo( _
ByVal targetThe PDF page, which should be processed.As Vintasoft.Imaging.Pdf.Tree.PdfPage _
) As Boolean
public override bool CanApplyTo(
Vintasoft.Imaging.Pdf.Tree.PdfPage target
)
public: bool CanApplyTo(
Vintasoft.Imaging.Pdf.Tree.PdfPage* target
); override
public:
bool CanApplyTo(
Vintasoft.Imaging.Pdf.Tree.PdfPage^ target
); override
Parameters
- target
- The PDF page, which should be processed.
Return Value
True if this processing command can be applied to the specified PDF page; otherwise, false.