ImageGear for Java
ImGearPage Class Members
Fields  Methods 

The following tables list the members exposed by ImGearPage.

Public Fields
 NameDescription
Public FieldorientationSpecifies the image orientation attribute which allows for viewing the image flipped and/or rotated by a factor of 90 degrees.

Non-null reference to an instance of ImGearOrientation structure.

This field defines the orientation of an com.accusoft.imagegear.formats.xmp.pagedtext.ImGearPagedTextXMPMetadata instance. It works on the image representation and thus allows the manipulation of page orientation without modifying the pixel data.

ImGearOrientation

 
Public FieldtransparencySpecifies image transparency attributes like transparent color for display.

ImGearTransparency class object. ImGearTransparency

 
Top
Public Methods
 NameDescription
Public MethodcloneCreates new object that is exact copy of current instance.  
Public MethodgetDIBGets a reference to the ImGearDIB class object. This object contains the page's pixel data.

Non-null reference to an instance of ImGearDIB class.

Provides access to image properties and image pixel data.

The getDIB method always returns a non-null reference. However, an com.accusoft.imagegear.formats.xmp.pagedtext.ImGearPagedTextXMPMetadata object can also be used without allocating its DIB's pixel store. The method ImGearDIB.isEmpty is available to detect whether the pixel store has been allocated.

ImGearDIB

 
Public MethodgetDocumentGets the document to which the page belongs, or null if the page is stand-alone.

ImGearDocument class instance or null, if page is stand-alone.

 
Public MethodgetMetadataGets the head, ImGearMetadataHead, of the page's metadata tree.

Non-null reference to ImGearMetadataHead class object.

 
Top
See Also

Reference

ImGearPage Class
com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback