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