Click or drag to resize

PdfNumberFormat Class

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

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

The PdfNumberFormat type exposes the following members.

Constructors
  NameDescription
Public methodPdfNumberFormat(Int32)
Creates a new number format instance with the specified parameters.
Public methodPdfNumberFormat(Int32, PdfDigitSeparatorStyle, PdfNegativeNumberStyle)
Creates a new number format instance with the specified parameters.
Public methodPdfNumberFormat(Int32, PdfDigitSeparatorStyle, PdfNegativeNumberStyle, String, Boolean)
Creates a new number format instance with the specified parameters.
Top
Properties
  NameDescription
Public propertyCurrency
Gets a value which indicates the currency symbol use for this number format
Public propertyCurrencyPrepend
Gets a value which indicates whether the Currency symbol should be prepended to the begining of this number format, or appended to the end
Public propertyDigitsAfterDecimal
Gets a value which indicates the number of digits to show after the decimal for this number format
Public propertyNegativeStyle
Gets a value which indicates the negative styling used 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