Foxit PDF SDK  9.1
FSHTML2PDFRelatedResource Class Reference

Info severity.
More...

Inheritance diagram for FSHTML2PDFRelatedResource:

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(id) - init
 Constructor.
More...
 
(id) - initWithCptr:swigOwnCObject:
 
(id) - initWithRelated_resource_file:resource_file_relative_path:
 Constructor, with parameters.
More...
 

Protected Attributes

BOOL swigCMemOwn
 
void * swigCPtr
 

Properties

id< FSFileReaderCallbackrelated_resource_file
 The related resouce file.
More...
 
NSString * resource_file_relative_path
 The path of related_resource_file in the HTML content.
More...
 

Detailed Description

Info severity.

Warning severity.

Error severity.

This class represents related resource file data used for converting HTML to PDF.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

Constructor.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

◆ initWithRelated_resource_file:resource_file_relative_path:

- (id) initWithRelated_resource_file: (id<FSFileReaderCallback>)  related_resource_file
resource_file_relative_path: (NSString *)  resource_file_relative_path 

Constructor, with parameters.

Parameters
[in]related_resource_fileThe related resouce file.
[in]resource_file_relative_pathThe path of related_resource_file in the HTML content.
Returns
None.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ related_resource_file

- (id< FSFileReaderCallback >) related_resource_file
readwritenonatomicassign

The related resouce file.

◆ resource_file_relative_path

- (NSString *) resource_file_relative_path
readwritenonatomiccopy

The path of related_resource_file in the HTML content.

This value should be consistent with the path in the HTML content. For example: The path of related_resource_file in HTML content is , this value should be set to "../one.png".