public void SetFileVersion(int i)
        {
            version           = i;
            antiAliasingLevel = 1;
            lightPWM          = 255;
            bottomLightPWM    = 255;

            photonFilePrintParameters = new PhotonFilePrintParameters(GetBottomLayers());
        }
 public void ReadParameters(byte[] file)
 {
     photonFilePrintParameters = new PhotonFilePrintParameters(GetPrintParametersOffsetAddress(), file);
     photonFileMachineInfo     = new PhotonFileMachineInfo(GetMachineInfoOffsetAddress(), GetMachineInfoSize(), file);
 }