TextExtractorStyleSet Method |
Sets value to the specified Style
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Set(
TextExtractorStyle r
)
Public Sub Set (
r As TextExtractorStyle
)
public:
virtual void Set(
[InAttribute] TextExtractorStyle^ r
) sealed
Parameters
- r
- Type: pdftron.PDFTextExtractorStyle
object at the right of the operator
object at the right of the operator
specified Style object
Return Value
Type:
true if both objects are equal, false otherwise
Return Value
Type:
true if both objects are not equal, false otherwise
See Also