ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasFixed Class
Members




In This Topic
    ImGearPDFBasFixed Class
    In This Topic
    Represents basic fixed object.
    Object Model
    ImGearPDFBasFixed Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDFBasFixed 
       Inherits ImGearPDFBasObj
    'Usage
     
    Dim instance As ImGearPDFBasFixed
    public sealed class ImGearPDFBasFixed : ImGearPDFBasObj 
    public __gc __sealed class ImGearPDFBasFixed : public ImGearPDFBasObj 
    public ref class ImGearPDFBasFixed sealed : public ImGearPDFBasObj 
    Remarks
    Fixed objects approximate mathematical real numbers, but with limited range and precision. They are typically represented in fixed-point, rather than floating-point, form.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDFBasObj
             ImageGear.Formats.PDF.ImGearPDFBasFixed

    See Also