Gets or sets wkhtmltopdf processor affinity (bitmask that represents the processors that may be used by the process threads).
Namespace:
NReco.PdfGenerator
Assembly:
NReco.PdfGenerator (in NReco.PdfGenerator.dll) Version: 1.2.1
public Nullable<IntPtr> ProcessProcessorAffinity { get; set; }
Public Property ProcessProcessorAffinity As Nullable(Of IntPtr)
Get
Set
public:
property Nullable<IntPtr> ProcessProcessorAffinity {
Nullable<IntPtr> get ();
void set (Nullable<IntPtr> value);
}
member ProcessProcessorAffinity : Nullable<IntPtr> with get, set
Property Value
Type:
NullableIntPtr
Reference