PdfFileSpecification Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfFileSpecification[[PdfFileSpecification]] iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]] end iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.PdfFileSpecification
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
writer, |
|
|
(
writer, |
Public methods
|
Returns |
Name |
|---|---|
|
|
(
ci) |
|
|
( |
|
|
( |
|
|
(
writer, |
Details
Inheritance
Constructors
PdfFileSpecification
Source code
public PdfFileSpecification()
Methods
Url
Source code
public static PdfFileSpecification Url(PdfWriter writer, string url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
url |
FileEmbedded [1/5]
Source code
public static PdfFileSpecification FileEmbedded(PdfWriter writer, string filePath, string fileDisplay, byte[] fileStore)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
filePath |
|
|
|
fileDisplay |
|
|
|
fileStore |
FileEmbedded [2/5]
Source code
public static PdfFileSpecification FileEmbedded(PdfWriter writer, string filePath, string fileDisplay, byte[] fileStore, int compressionLevel)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
filePath |
|
|
|
fileDisplay |
|
|
|
fileStore |
|
|
|
compressionLevel |
FileEmbedded [3/5]
Source code
public static PdfFileSpecification FileEmbedded(PdfWriter writer, string filePath, string fileDisplay, byte[] fileStore, bool compress)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
filePath |
|
|
|
fileDisplay |
|
|
|
fileStore |
|
|
|
compress |
FileEmbedded [4/5]
Source code
public static PdfFileSpecification FileEmbedded(PdfWriter writer, string filePath, string fileDisplay, byte[] fileStore, bool compress, string mimeType, PdfDictionary fileParameter)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
filePath |
|
|
|
fileDisplay |
|
|
|
fileStore |
|
|
|
compress |
|
|
|
mimeType |
|
|
|
fileParameter |
FileEmbedded [5/5]
Source code
public static PdfFileSpecification FileEmbedded(PdfWriter writer, string filePath, string fileDisplay, byte[] fileStore, string mimeType, PdfDictionary fileParameter, int compressionLevel)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
filePath |
|
|
|
fileDisplay |
|
|
|
fileStore |
|
|
|
mimeType |
|
|
|
fileParameter |
|
|
|
compressionLevel |
FileExtern
Source code
public static PdfFileSpecification FileExtern(PdfWriter writer, string filePath)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
filePath |
SetUnicodeFileName
Source code
public virtual void SetUnicodeFileName(string filename, bool unicode)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
filename |
|
|
|
unicode |
AddDescription
Source code
public virtual void AddDescription(string description, bool unicode)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
description |
|
|
|
unicode |
AddCollectionItem
Source code
public virtual void AddCollectionItem(PdfCollectionItem ci)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
ci |
ToPdf
Source code
public override void ToPdf(PdfWriter writer, Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
os |
Properties
Reference
public virtual PdfIndirectReference Reference { get; }
MultiByteFileName
public virtual byte MultiByteFileName { set; }
Volatile
public virtual bool Volatile { set; }
Generated with ModularDoc