Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static PdfFileSpecification FileEmbedded( PdfWriter writer, string filePath, string fileDisplay, byte[] fileStore, bool compress ) |
Visual Basic |
---|
Public Shared Function FileEmbedded ( _ writer As PdfWriter, _ filePath As String, _ fileDisplay As String, _ fileStore As Byte(), _ compress As Boolean _ ) As PdfFileSpecification |
Visual C++ |
---|
public: static PdfFileSpecification^ FileEmbedded( PdfWriter^ writer, String^ filePath, String^ fileDisplay, array<unsigned char>^ fileStore, bool compress ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- filePath
- Type: System..::..String
- fileDisplay
- Type: System..::..String
- fileStore
- Type: array<System..::..Byte>[]()[][]
- compress
- Type: System..::..Boolean