DocumentWriter.WriteName
Overloads
WriteName(Byte) | Writes a byte to the document. |
WriteName(Byte, Int32) | Writes a byte to the document. |
WriteName(Byte[]) | Writes a byte array to the document. |
WriteName(Byte[], Int32, Int32) | Writes a portion of the byte array to the document. |
WriteName(Byte[], String) | Writes a byte array to the document. |
WriteName(String) | Writes a string to the document. |
WriteName(Byte)
Writes a byte to the document.
public abstract void WriteName(byte name)
MustOverride Sub WriteName(name As Byte)
Parameters
- name
- Byte
Byte to output to the document.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
WriteName(Byte, Int32)
Writes a byte to the document.
public abstract void WriteName(byte nameCharacter, int nameNumber)
MustOverride Sub WriteName(nameCharacter As Byte, nameNumber As Integer)
Parameters
- nameCharacter
- Byte
Byte to output to the document.
- nameNumber
- Int32
Integer to output to the document.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
WriteName(Byte[])
Writes a byte array to the document.
public abstract void WriteName(Byte[] name)
MustOverride Sub WriteName(name As Byte())
Parameters
- name
- Byte[]
Byte array to output to the document.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
WriteName(Byte[], Int32, Int32)
Writes a portion of the byte array to the document.
public abstract void WriteName(Byte[] name, int start, int length)
MustOverride Sub WriteName(name As Byte(), start As Integer, length As Integer)
Parameters
- name
- Byte[]
Byte array to output to the document.
- start
- Int32
Start of the byte array to output.
- length
- Int32
Length of the byte array to output
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
WriteName(Byte[], String)
Writes a byte array to the document.
public abstract void WriteName(Byte[] name, string nameSuffix)
MustOverride Sub WriteName(name As Byte(), nameSuffix As String)
Parameters
- name
- Byte[]
Byte array to output to the document.
- nameSuffix
- String
Suffix to output to the document.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
WriteName(String)
Writes a string to the document.
public abstract void WriteName(string name)
MustOverride Sub WriteName(name As String)
Parameters
- name
- String
String to output to the document.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.