Click or drag to resize

PdfPercentFormat Class

Represents the number format of a PdfTextField
Inheritance Hierarchy
SystemObject
  RadPdf.Data.Document.CommonPdfPercentFormat

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.7.0.0 (5.7.0.0)
Syntax
public class PdfPercentFormat

The PdfPercentFormat type exposes the following members.

Constructors
  NameDescription
Public methodPdfPercentFormat(Int32)
Creates a new percent format instance with the specified parameters.
Public methodPdfPercentFormat(Int32, PdfDigitSeparatorStyle)
Creates a new percent format instance with the specified parameters.
Top
Properties
  NameDescription
Public propertyDigitsAfterDecimal
Gets a value which indicates the number of digits to show after the decimal for this number format
Public propertySeparatorStyle
Gets a value which indicates the separators used for this number format
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDollarsUSD
A instance of PdfNumberFormat representing a number format similar to $1,000.00
Top
See Also