fpdf_layer_w.h File Reference

Header file for PDF Page Objects module of Foxit PDF SDK. More...

Go to the source code of this file.

Functions

FS_RESULT FSPDF_Layer_SetName (FSPDF_LAYER layer, const FSCRT_BSTR *name)
 Set the name of a PDF layer. More...
 
FS_RESULT FSPDF_Doc_SetLayersBaseState (FSCRT_DOCUMENT doc, FS_INT32 state)
 Set the base visible state of PDF layers in the default configuration. More...
 
FS_RESULT FSPDF_Layer_SetApplicationUsage (FSPDF_LAYER layer, FS_INT32 usageType, FS_LPVOID param)
 Set the application usage of a PDF layer. If some events is triggered, the visibility of PDF layer will be switched. More...
 
FS_RESULT FSPDF_Layer_RemoveApplicationUsage (FSPDF_LAYER layer, FS_INT32 usageType)
 Remove the application usage of a PDF layer. If some events is triggered, the visibility of PDF layer will be switched. More...
 
FS_RESULT FSPDF_Doc_AddLayer (FSCRT_DOCUMENT doc, FSCRT_BSTR *layerName, FSPDF_LAYER *layer)
 Add a layer to a PDF document. More...
 
FS_RESULT FSPDF_Layer_Remove (FSPDF_LAYER layer, FS_DWORD options)
 Remove a layer from the document. More...
 
FS_RESULT FSPDF_Layer_SetDefaultState (FSPDF_LAYER layer, FS_BOOL state)
 Set the default visible state of a PDF layer in the default configuration. More...
 
FS_RESULT FSPDF_Layer_AddPageObject (FSPDF_LAYER layer, FSCRT_PAGE page, FSPDF_PAGEOBJECT pageObj)
 Add a page object to a PDF layer. More...
 
FS_RESULT FSPDF_Layer_RemovePageObject (FSPDF_LAYER layer, FSPDF_PAGEOBJECT pageObj)
 Remove a page object from a PDF layer. More...
 

Detailed Description

Header file for PDF Page Objects module of Foxit PDF SDK.

Copyright (C) 2003-2016, Foxit Software Inc.. All Rights Reserved.

http://www.foxitsoftware.com

The following code is copyrighted and contains proprietary information and trade secrets of Foxit Software Inc.. You cannot distribute any part of Foxit PDF SDK to any third party or general public, unless there is a separate license agreement with Foxit Software Inc. which explicitly grants you such rights.

This header file defines PDF layer related functionalities.
It contains:

  • 1. Set the name of a layer.
Note
If you want to purchase Foxit PDF SDK license and use ANY of the following functions, please request for enabling Standard module explicitly.

Foxit Corporation