Foxit PDF SDK
FSColorState Class Reference
Inheritance diagram for FSColorState:
FSBase

Instance Methods

(id) - initWithOther:
 Constructor, with another color state object.
More...
 
(BOOL) - isEmpty
 Check whether current object is empty or not.
More...
 

Properties

FSColorfillColor
 Get or Set fill color.

 
FSColorstrokeColor
 Get or Set stroke color.

 

Detailed Description

This class represents PDF color state.

Method Documentation

◆ initWithOther:()

- (id) initWithOther: (FSColorState*)  other

Constructor, with another color state object.

Parameters
[in]otherAnother color state object.

◆ isEmpty()

- (BOOL) isEmpty

Check whether current object is empty or not.

When the current object is empty, that means current object is useless.

Returns
YES means current object is empty, while NO means not.