IVbcHostObject.SetFileAlignment(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the size of sections in the output file.
public:
bool SetFileAlignment(int fileAlignment);
public bool SetFileAlignment (int fileAlignment);
abstract member SetFileAlignment : int -> bool
Public Function SetFileAlignment (fileAlignment As Integer) As Boolean
Parameters
- fileAlignment
- Int32
The size of sections in the output file.
Returns
true
if the method was successful; otherwise, false
.