HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Static Public Attributes | |
static readonly PdfName | ALLON = new PdfName("AllOn") |
static readonly PdfName | ANYON = new PdfName("AnyOn") |
static readonly PdfName | ANYOFF = new PdfName("AnyOff") |
static readonly PdfName | ALLOFF = new PdfName("AllOff") |
![]() | |
static PdfName | FONT = PdfName.FONT |
static PdfName | OUTLINES = PdfName.OUTLINES |
static PdfName | PAGE = PdfName.PAGE |
static PdfName | PAGES = PdfName.PAGES |
static PdfName | CATALOG = PdfName.CATALOG |
![]() | |
const int | BOOLEAN = 1 |
const int | NUMBER = 2 |
const int | STRING = 3 |
const int | NAME = 4 |
const int | ARRAY = 5 |
const int | DICTIONARY = 6 |
const int | STREAM = 7 |
const int | NULL = 8 |
const int | INDIRECT = 10 |
const string | NOTHING = "" |
const string | TEXT_PDFDOCENCODING = "PDF" |
const string | TEXT_UNICODE = "UnicodeBig" |
Properties | |
PdfIndirectReference | Ref [get] |
ICollection | Layers [get] |
PdfName | VisibilityPolicy [set] |
PdfObject | PdfObject [get] |
![]() | |
ICollection | Keys [get] |
int | Size [get] |
![]() | |
int | Length [get] |
string | Content [set] |
int | Type [get] |
PRIndirectReference | IndRef [get, set] |
![]() | |
PdfIndirectReference | Ref [get] |
PdfObject | PdfObject [get] |
Additional Inherited Members | |
![]() | |
PdfObject (int type) | |
PdfObject (int type, string content) | |
PdfObject (int type, byte[] bytes) | |
![]() | |
byte[] | bytes |
int | type |
PRIndirectReference | indRef |
Content typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF. To express more complex visibility policies, content should not declare itself to belong to an optional content group directly, but rather to an optional content membership dictionary represented by this class.
iTextSharp.text.pdf.PdfLayerMembership.PdfLayerMembership | ( | PdfWriter | writer | ) |
Creates a new, empty, membership layer.
writer | the writer |
void iTextSharp.text.pdf.PdfLayerMembership.AddMember | ( | PdfLayer | layer | ) |
Adds a new member to the layer.
layer | the new member to the layer |
Visible only if all of the entries are OFF.
Visible only if all of the entries are ON.
Visible if any of the entries are OFF.
Visible if any of the entries are ON.
|
get |
Gets the member layers.
|
get |
Gets the dictionary representing the membership layer. It just returns this
.
|
get |
Gets the PdfIndirectReference
that represents this membership layer.
PdfIndirectReference
that represents this layer
|
set |
Sets the visibility policy for content belonging to this membership dictionary. Possible values are ALLON, ANYON, ANYOFF and ALLOFF. The default value is ANYON.
type | the visibility policy |