ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy Namespace / CBlkSizeSpec Class
Properties Methods


In This Topic
    CBlkSizeSpec Class Members
    In This Topic

    The following tables list the members exposed by CBlkSizeSpec.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from CSJ2K.j2k.ModuleSpec)
    Public PropertyReturns the maximum code-block's height  
    Public PropertyReturns the maximum code-block's width  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodReturns the code-block height:
    • for the specified tile/component
    • for the specified tile
    • for the specified component
    • default value
    The value returned depends on the value of the variable 'type' which can take the following values :
    • SPEC_DEF -> Default value is returned. t and c values are ignored
    • SPEC_COMP_DEF -> Component default value is returned. t value is ignored
    • SPEC_TILE_DEF -> Tile default value is returned. c value is ignored
    • SPEC_TILE_COMP -> Tile/Component value is returned.
     
    Public Method  
    Public MethodGets default value of the specified component. If no specification have been entered for this component, returns default value. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets default value for this module. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodReturn the spec type of the given tile-component. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets value of specified tile-component. This method calls getSpec but has a public access. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets default value of the specified tile. If no specification has been entered, it returns the default value. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodWhether or not specifications have been entered for the given component. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodWhether or not a tile-component specification has been defined (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodWhether or not specifications have been entered for the given tile. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodRotate the ModuleSpec instance by 90 degrees (this modifies only tile and tile-component specifications). (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodOverridden. Sets default value for specified component and specValType tag if allowed by its priority.  
    Public MethodOverridden. Sets default value for this module  
    Public MethodOverridden. Sets value for specified tile-component.  
    Public MethodOverridden. Sets default value for specified tile and specValType tag if allowed by its priority.  
    Top
    See Also